Fix execution of dialog
authorAndreas Pokorny <andreas.pokorny@canonical.com>
Tue, 19 Jul 2016 08:36:45 +0000 (10:36 +0200)
committerWilliam Hua <william.hua@canonical.com>
Thu, 11 Aug 2016 16:23:38 +0000 (12:23 -0400)
commit056ddf2567032443f2f7bce03f4c291c253ee7c2
tree6423a5c0221eb7e1bbae33ad40b96d5f510bf5fd
parent4e418ed71d1610903dab7568a6f79611d984137b
Fix execution of dialog

When a dialog is created, the mir event source is already executed on the
call stack. So without the recurse flag it will not be run in the main loop
used for the dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=768138
gdk/mir/gdkmireventsource.c